Connectivity Software User's Guide and Reference
QuickOPC Integration Examples
QuickOPC > Examples > QuickOPC Examples > QuickOPC .NET Examples > QuickOPC Integration Examples
In This Topic

General

These examples show how QuickOPC can be integrated with products from other parties.

Where are the examples?

See QuickOPC .NET Examples for available locations and formats.

Windows Forms Examples

 

C#

VB.NET

F#

C++/CLI

IndustrialGadgetsDemo: Shows live binding of OPC Data Access items (from simulation OPC server) to controls from Industrial Gadgets .NET (a separate product, https://www.softwaretoolbox.com/industrialgadgets/index.asp ). The application has been developed with no manual coding - all functionality is achieved by configuring the components in Visual Studio.

 

 

InstrumentationControlsDemo: Shows live binding of OPC Data Access items (from simulation OPC server) to controls from Instrumentation .NET (a separate product, https://www.softwaretoolbox.com/instrumentationopc/ ). The binding is done with no manual coding - all functionality is achieved by configuring the components in Visual Studio.

 

 

SymbolFactoryDemo: Shows live binding of OPC Data Access items (from simulation OPC server) to controls from Symbol Factory .NET (a separate product, https://www.softwaretoolbox.com/store/item_pages/itempage_419.asp ). All controls are bound to a single source item. The application has been developed with no manual coding - all functionality is achieved by configuring the components in Visual Studio.

 

 

See Also

Examples